body{
	font-family: simsun;
	background: #F2F2F2;
	overflow-x: hidden;
}

.wp{
	width: 1200px;
	margin: 0 auto;
}
.img img,
.a a{
	display: block;
	transition: .5s;
}

.nav2 a:hover,
.m-listmenu a:hover,
.m-ftr1 a:hover,
.nav3 a:hover{
	color: #F94E3F;
}

/* 公用白底圆角 */
.well{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
}

/* 颜色的公共样式 */
.color1{color: #FD7E33;}
.color2{color: #FAC457;}
.color3{color: #A59CE3;}
.color4{color: #A7D473;}
.color5{color: #60A9FC;}
.colora1{color: #202020;}

/* 取消右边框 */
.no-bdr-r{
	border-right: none !important;
}

.header{
	width: 100%;
	background-color: #404040;
}
/* .header .hdr-l{
	float: left;
	padding-left: 40px;
} */
.header .hdr-r{
	float: right;
	padding: 10px 0;
}
.header .hdr-row2{
	background-color: #F2F2F2;
}
.nav{
	height: 35px;
}
.nav li{
	float: left;
	width: 90px;
	box-sizing: border-box;
	margin-right: 30px;
	padding-left: 10px;
	position: relative;
}
.nav .con{
	display: block;
	height: 35px;
	line-height: 35px;
	color: #BFBFBF;
	font-size: 12px;
	padding-left: 23px;
}

.nav .pic1{
	background: url(../images/hdr/hdr-a1.png) no-repeat;
}
.nav .pic2{
	background: url(../images/hdr/hdr-a2.png) no-repeat;
}
.nav .pic3{
	background: url(../images/hdr/hdr-a3.png) no-repeat;
}

.nav .pic1,
.nav .pic2,
.nav .pic3{
	background-size: 18px 15px;
	background-position: left center;
}
.nav .on{
	background-color: #202020;
}
.nav .on .con{
	background: url(../images/hdr/hdr-a4.png) no-repeat;
	background-size: 12px 12px;
	background-position: left center;
}
.nav .on .m-navmenu{
	display: block;
}
.nav .on3 .con{
	color: #fff;
}
.nav .on3 .pic1{
	background: url(../images/hdr/hdr-a1-2.png) no-repeat;
}
.nav .on3 .pic2{
	background: url(../images/hdr/hdr-a2-2.png) no-repeat;
}
.nav .on3 .pic1,
.nav .on3 .pic2{
	background-size: 18px 15px;
	background-position: left center;
}

.nav2{
	overflow: hidden;
	margin: 0 -10px;
}
.nav2 li{
	float: left;
	border-right: 2px solid #515151;
}
.nav2 a{
	color: #BFBFBF;
	font-size: 12px;
	line-height: 15px;
	margin: 0 10px;
}

.m-navmenu{
	width: 945px;
	position: absolute;
	left: -200px;
	top: 35px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
	opacity: 1;
	border-radius: 0px 0px 6px 6px;
	display: none;
	z-index: 99;
}
.m-navmenu .item{
	float: left;
	width: 20%;
	border-right: 1px solid #E3E3E3;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 15px;
}
.m-navmenu .tit{
	padding-left: 15px;
	font-size: 18px;
	line-height: 50px;
	background-color: #FAFAFA;
	margin-top: -10px;
	margin-bottom: 10px;
	font-weight: 600;
	font-family: Source Han Sans CN;
}

.m-listmenu{
	overflow: hidden;
	margin: 0 -12px 10px;
	padding: 0 15px;
	margin-bottom: -5px;
}
.m-listmenu .items{
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.m-listmenu a{
	color: #404040;
	font-size: 14px;
	line-height: 40px;
	text-align: left;
	position: relative;
	margin: 0 12px;
}

.m-listmenu .H{
	background: url(../images/hdr/hdr-a6.png) no-repeat;
}
.m-listmenu .N{
	background: url(../images/hdr/hdr-a5.png) no-repeat;
}
.m-listmenu .H,
.m-listmenu .N{
	background-size: 12px 12px;
	background-position: right top;
}

.m-hdr{
	width: 100%;
	height: 95px;
	position: relative;
	/* overflow: hidden; */
}
.m-hdr .logo{
	width: 200px;
	height: 60px;
	float: left;
	margin-top: 15px;
	margin-right: 35px;
}
.m-hdr img{
	width: 100%;
	height: 100%;
}
.m-hdr.mhdr-style2{
	overflow: hidden;
}
.m-hdr.mhdr-style2 .ul-nav{
	display: none;
}
.m-hdr.mhdr-style2 .search{
	width: 930px;
}
.ul-nav{
	height: 95px;
}
.ul-nav li{
	width: 105px;
	height: 100%;
	float: left;
	position: relative;
}
.ul-nav .con{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ul-nav .pic{
	width: 30px;
	height: 35px;
	margin: 0 auto 5px;
}
.ul-nav span{
	display: inline-block;
	width: 100%;
	color: #202020;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.ul-nav .on{
	background-color: #FAFAFA;
}
.ul-nav .on span{
	color: #F94E3F;
}
.m-hdr .search{
	width: 270px;
	height: 35px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.m-search,
.m-search2{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 2px solid #F94E3F;
	border-radius: 19px;
	overflow: hidden;
	position: relative;
}
.m-search input,
.m-search2 input{
	width: 85%;
	height: 100%;
	border: none;
	padding-left: 10px;
	font-size: 14px;
	background-color: #fff;
	color: #9A9A9A;
	outline: none;
}
.m-search2 input{
	width: 83%;
}
.m-search.on,
.m-search2.on{
	box-shadow: 0px 1px 8px rgba(249, 78, 63, 0.43);
}
.m-search.on input,
.m-search2.on input{
	color: #202020;
}
.m-search a{
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.m-search2 a{
	display: block;
	width: 143px;
	height: 35px;
	position: absolute;
	top: -2px;
	right: -1px;
}
.m-search img,
.m-search2 img{
	width: 100%;
	height: 100%;
	display: block;
}

.on .m-navmenu2{
	display: block;
}

.m-navmenu2{
	width: 670px;
	background: #FAFAFA;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	padding: 20px 25px;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 95px;
	left: -170px;
	display: none;
	z-index: 999;
}

.ul-nav li:last-child .m-navmenu2{
	left: -230px;
}

.m-navmenu2 .item{
	width: 25%;
	float: left;
}
.m-navmenu2 a{
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	font-size: 14px;
	color: #404040;
	transition: 0s;
}
.m-navmenu2 .on{
	background: linear-gradient(90deg, #F93E4F 0%, #FD7E33 100%);
	color: #fff;
}

/* 底部 */

.footer{
	background-color: #323232;
	padding: 35px 0 40px;
}
.m-ftr1{
	/* padding-bottom: 37px;
	border-bottom: 1px dashed #8D8D8D; */
	margin-bottom: 35px;
}
.m-ftr1 .ftr-tit{
	color: #BFBFBF;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: Source Han Sans CN;
}
.m-ftr1 ul{
	overflow: hidden;
	margin-right: -35px;
	margin-bottom: 37px;
}
.m-ftr1 li{
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
}
.m-ftr1 a{
	margin-right: 35px;
	color: #9A9A9A;
}
.m-ftr2 p{
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	color: #9A9A9A;
	text-align: center;
}
.m-ftr1::after{
	content: "";
	display: block;
	width: 100%;
	height: 0px;
	border: 1px dashed #8D8D8D;
	opacity: 0.5;
}
.nav3{
	width: 540px;
	margin: 0 auto 10px;
	overflow: hidden;
}
.nav3 li{
	float: left;
	width: 16.666%;
	box-sizing: border-box;
	border-right: 2px solid #515151;
}
.nav3 a{
	font-size: 14px;
	line-height: 15px;
	color: #BFBFBF;
	text-align: center;
	display: block;
	transition: .5s;
}

.m-ftr1 a:hover,
.nav3 a:hover{
	color: #fff;
}

.map_3h3_tit{
	height: 44px;
	line-height: 44px;
	color: #666;
	text-align: left;
	border-bottom: 2px solid #f5f5f5;
}
.map_3h3_tit h3{
	font-size: 24px;
	width: 120px;
	height: 44px;
	border-bottom: 2px solid #F93E4F;
	margin-top: 24px;
}
.sitemap a {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 22px;
	margin-top: 20px;
	border: #ccc 1px solid;
	border-radius: 10px;
	display: inline-block;
}
.sitemap a:nth-child(7n) {
	margin-right: 0;
}
.sitemap a:hover {
	background: #F93E4F;
	border-color: #F93E4F;
	color: #fff;
}
.footer p a{display: contents; color: #9A9A9A;}